const runtime.itabInitSize

3 uses

	runtime (current package)
		iface.go#L15: const itabInitSize = 512
		iface.go#L20: 	itabTableInit = itabTableType{size: itabInitSize} // starter table
		iface.go#L27: 	entries [itabInitSize]*itab // really [size] large